home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global Clips, fullscreenG
- updateStage()
- stopQT()
- if fullscreenG = 1 then
- ChangeScreenSize(Clips, "160,140", 0)
- end if
- go("Intro")
- end
-
- on exitFrame
- global movieID
- put "above idle"
- put "movieID", movieID
- updateStage()
- QTMovie("Direct", movieID, "Idle")
- updateStage()
- end
-